CircleSetType

 

The 'CircleSetType' function changes a Circle object into a circle or a pie or a arc.

 

void @CircleSetType(string class_name, int type);

 

Parameters

string class_name : Class name of Circle.

int type : Form (0 = circle, 1 = pie, 2 = arc)

 

Return Value

None

 

Example

@CircleSetType("Circle1", 1);

@CircleSetAngle("Circle1", 45, 30);

Description : The form of Circle named 'Circle1' is set to a pie. The start angle of the pie is set to 45 and the end angle of the pie is set to 75.

 

Version Infomation

Supported Version : 10.2.1 or higher

 

Relate items)

@CircleSetType()

@CircleSetAngle()